comment out warnings
This commit is contained in:
parent
0139fc37d9
commit
67d14b07d2
4
assets/javascripts/vendor/ember.js
vendored
4
assets/javascripts/vendor/ember.js
vendored
|
@ -2127,7 +2127,7 @@ function flushPendingChains() {
|
|||
|
||||
forEach.call(queue, function(q) { q[0].add(q[1]); });
|
||||
|
||||
Ember.warn('Watching an undefined global, Ember expects watched globals to be setup by the time the run loop is flushed, check for typos', pendingQueue.length === 0);
|
||||
// Ember.warn('Watching an undefined global, Ember expects watched globals to be setup by the time the run loop is flushed, check for typos', pendingQueue.length === 0);
|
||||
|
||||
// if(pendingQueue.length > 0) {
|
||||
// console.log(pendingQueue)
|
||||
|
@ -13749,7 +13749,7 @@ Ember.View.states.inBuffer = {
|
|||
// when a view is rendered in a buffer, rerendering it simply
|
||||
// replaces the existing buffer with a new one
|
||||
rerender: function(view) {
|
||||
Ember.deprecate("Something you did caused a view to re-render after it rendered but before it was inserted into the DOM. Because this is avoidable and the cause of significant performance issues in applications, this behavior is deprecated. If you want to use the debugger to find out what caused this, you can set ENV.RAISE_ON_DEPRECATION to true.");
|
||||
// Ember.deprecate("Something you did caused a view to re-render after it rendered but before it was inserted into the DOM. Because this is avoidable and the cause of significant performance issues in applications, this behavior is deprecated. If you want to use the debugger to find out what caused this, you can set ENV.RAISE_ON_DEPRECATION to true.");
|
||||
|
||||
view._notifyWillRerender();
|
||||
|
||||
|
|
|
@ -4081,7 +4081,7 @@ function flushPendingChains() {
|
|||
|
||||
forEach.call(queue, function(q) { q[0].add(q[1]); });
|
||||
|
||||
Ember.warn('Watching an undefined global, Ember expects watched globals to be setup by the time the run loop is flushed, check for typos', pendingQueue.length === 0);
|
||||
// Ember.warn('Watching an undefined global, Ember expects watched globals to be setup by the time the run loop is flushed, check for typos', pendingQueue.length === 0);
|
||||
|
||||
// if(pendingQueue.length > 0) {
|
||||
// console.log(pendingQueue)
|
||||
|
@ -15703,7 +15703,7 @@ Ember.View.states.inBuffer = {
|
|||
// when a view is rendered in a buffer, rerendering it simply
|
||||
// replaces the existing buffer with a new one
|
||||
rerender: function(view) {
|
||||
Ember.deprecate("Something you did caused a view to re-render after it rendered but before it was inserted into the DOM. Because this is avoidable and the cause of significant performance issues in applications, this behavior is deprecated. If you want to use the debugger to find out what caused this, you can set ENV.RAISE_ON_DEPRECATION to true.");
|
||||
// Ember.deprecate("Something you did caused a view to re-render after it rendered but before it was inserted into the DOM. Because this is avoidable and the cause of significant performance issues in applications, this behavior is deprecated. If you want to use the debugger to find out what caused this, you can set ENV.RAISE_ON_DEPRECATION to true.");
|
||||
|
||||
view._notifyWillRerender();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user