ui: add version tags to ember files

This commit is contained in:
Jack Pearkes 2014-06-04 15:57:09 -04:00
parent cfc7349751
commit 4ecc8f58c8
2 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,12 @@
/*!
* @overview Ember - JavaScript Application Framework
* @copyright Copyright 2011-2014 Tilde Inc. and contributors
* Portions Copyright 2006-2011 Strobe Inc.
* Portions Copyright 2008-2011 Apple Inc. All rights reserved.
* @license Licensed under MIT license
* See https://raw.github.com/emberjs/ember.js/master/LICENSE
* @version 1.7.0-beta.1+canary.3d81867a
*/
(function(){var t,S,ia,ka,D;(function(){D=this.Ember=this.Ember||{};"undefined"===typeof D&&(D={});if("undefined"===typeof D.__loader){var a={},m={};t=function(m,f,l){a[m]={deps:f,callback:l}};ka=ia=S=function(n){function f(b){if("."!==b.charAt(0))return b;b=b.split("/");for(var c=n.split("/").slice(0,-1),a=0,d=b.length;a<d;a++){var s=b[a];".."===s?c.pop():"."!==s&&c.push(s)}return c.join("/")}if(m.hasOwnProperty(n))return m[n];m[n]={};if(!a[n])throw Error("Could not find module "+n);for(var l=a[n],
k=l.deps,l=l.callback,d=[],h,c=0,b=k.length;c<b;c++)"exports"===k[c]?d.push(h={}):d.push(S(f(k[c])));k=l.apply(this,d);return m[n]=h||k};ka._eak_seen=a;D.__loader={define:t,require:ia,registry:a}}else t=D.__loader.define,ka=ia=S=D.__loader.require})();t("backburner",["backburner/utils","backburner/deferred_action_queues","exports"],function(a,m,n){function f(e,q){this.queueNames=e;this.options=q||{};this.options.defaultQueue||(this.options.defaultQueue=e[0]);this.instanceStack=[];this._debouncees=
[];this._throttlers=[]}function l(e){e.begin();e._autorun=y.setTimeout(function(){e._autorun=null;e.end()})}function k(e,q,b){if(!e._laterTimer||q<e._laterTimerExpiresAt)e._laterTimer=y.setTimeout(function(){e._laterTimer=null;e._laterTimerExpiresAt=null;d(e)},b),e._laterTimerExpiresAt=q}function d(e){var q=+new Date,b,r,c;e.run(function(){r=g(q,v);b=v.splice(0,r);r=1;for(c=b.length;r<c;r+=2)e.schedule(e.options.defaultQueue,null,b[r])});v.length&&k(e,v[0],v[0]-q)}function h(e,q,r){return b(e,q,r)}

File diff suppressed because one or more lines are too long