~openerp-dev/openerp-web/trunk-jquery1.9-ppa

« back to all changes in this revision

Viewing changes to addons/web/static/lib/spinjs/spin.js

  • Committer: Prashant Panchal(OpenERP)
  • Date: 2014-04-16 09:24:51 UTC
  • Revision ID: ppa@tinyerp.com-20140416092451-outv36dahgip1860
[IMP] add jquery-migrate-1.1.1.j & jquery-1.9.1.js & change in web

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//fgnass.github.com/spin.js#v1.2.7
 
1
//fgnass.github.com/spin.js#v1.2.8
2
2
!function(window, document, undefined) {
3
3
 
4
4
  /**
137
137
  }
138
138
 
139
139
  /** The constructor */
140
 
  var Spinner = function Spinner(o) {
 
140
  function Spinner(o) {
141
141
    if (!this.spin) return new Spinner(o)
142
142
    this.opts = merge(o || {}, Spinner.defaults, defaults)
143
143
  }