language stringclasses 1
value | owner stringlengths 2 15 | repo stringlengths 2 21 | sha stringlengths 45 45 | message stringlengths 7 36.3k | path stringlengths 1 199 | patch stringlengths 15 102k | is_multipart bool 2
classes |
|---|---|---|---|---|---|---|---|
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/binding/connect_test.js | @@ -1,8 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
/*globals GlobalA:true GlobalB:true */
require('ember-metal/~tests/props_helper'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/binding/oneWay_test.js | @@ -1,8 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
/*globals MyApp:true */
module('system/mixin/binding/oneWay_test', { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/computed_test.js | @@ -1,8 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
/*globals Global:true */
require('ember-metal/~tests/props_helper'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/events_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module('system/props/events_test');
test('listener should receive event - removing should remove', function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/mixin/alias_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module('Ember.alias');
function validateAlias(obj) { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/mixin/apply_test.js | @@ -1,8 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
/*globals raises */
module('Ember.Mixin.apply'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/mixin/concatenatedProperties_test.js | @@ -1,8 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
/*globals setup */
module('Ember.Mixin concatenatedProperties'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/mixin/detect_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module('Mixin.detect');
test('detect() finds a directly applied mixin', function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/mixin/introspection_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
// NOTE: A previous iteration differentiated between public and private props
// as well as methods vs props. We are just keeping these for testing; the
// current impl doesn't care about the differences as much... | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/mixin/method_test.js | @@ -1,8 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
/*globals raises */
module('Mixin Methods'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/mixin/observer_test.js | @@ -1,8 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
/*globals testBoth */
require('ember-metal/~tests/props_helper'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/mixin/reopen_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module('Ember.Mixin#reopen');
test('using reopen() to add more properties to a simple', function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/mixin/required_test.js | @@ -1,8 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
/*globals setup raises */
var PartialMixin, FinalMixin, obj; | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/mixin/without_test.js | @@ -1,8 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
/*globals setup */
test('without should create a new mixin excluding named properties', function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/observer_test.js | @@ -1,8 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
/*globals Global:true */
require('ember-metal/~tests/props_helper'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/platform/create_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Metal
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module("Ember.create()");
test("should inherit the properties from the parent object", function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/platform/defineProperty_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Metal
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
function isEnumerable(obj, keyName) {
var keys = [];
for(var key in obj) { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/properties_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module('Ember.defineProperty');
test('toString', function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/props_helper.js | @@ -1,8 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
/*global testBoth:true */
// used by unit tests to test both accessor mode and non-accessor mode | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/run_loop/later_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
var previousPreventRunloop;
test('should invoke after specified period of time - function only', function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/run_loop/next_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module('system/run_loop/next_test');
test('should invoke immediately on next timeout', function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/run_loop/once_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module('system/run_loop/once_test');
test('calling invokeOnce more than once invokes only once', function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/run_loop/onerror_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module('system/run_loop/onerror_test');
test('With Ember.onerror undefined, errors in Ember.run are thrown', function () { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/run_loop/run_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module('system/run_loop/run_test');
test('Ember.run invokes passed function, returning value', function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/run_loop/schedule_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module('system/run_loop/schedule_test');
test('scheduling item in queue should defer until finished', function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/run_loop/sync_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module('system/run_loop/schedule_test');
test('sync() will immediately flush the sync queue only', function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/run_loop/unwind_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module('system/run_loop/unwind_test');
test('RunLoop unwinds despite unhandled exception', function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/utils/can_invoke_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2012 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
var obj;
module("Ember.canInvoke", { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/utils/guidFor_test.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module("Ember.guidFor");
var sameGuid = function(a, b, message) { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/utils/meta_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
/*global jQuery*/
module("Ember.meta"); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/utils/try_invoke_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2012 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
var obj;
module("Ember.tryInvoke", { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/watching/isWatching_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module('Ember.isWatching');
var testObserver = function(setup, teardown) { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/watching/unwatch_test.js | @@ -1,8 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
/*globals testBoth */
require('ember-metal/~tests/props_helper'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-metal/tests/watching/watch_test.js | @@ -1,8 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
/*globals Global:true */
require('ember-metal/~tests/props_helper'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-routing/lib/main.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Routing
-// Copyright: ©2012 Tilde Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-states');
require('ember-routing/route');
require('ember-routing/router'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/controllers/array_controller.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/system/array_proxy');
require('ember-runtime/controllers/controller');
require('ember-runtime/mixins/sortable'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/core.js | @@ -1,8 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
/*globals ENV */
require('ember-metal'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/ext.js | @@ -1,8 +1,2 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/ext/string');
require('ember-runtime/ext/function'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/ext/function.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// Portions ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/core');
/** | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/ext/string.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// Portions ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/core');
require('ember-runtime/system/string');
| true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/license.js | @@ -1,28 +0,0 @@
-/**
- * ==========================================================================
- * Ember
- * Copyright ©2006-2011, Strobe Inc. and contributors.
- * Portions copyright ©2008-2011 Apple Inc. All rights reserved.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- * DEALINGS IN THE SOFTWARE.
- *
- * For more information about Ember, visit http://www.emberjs.com
- *
- * ==========================================================================
- */ | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/main.js | @@ -1,11 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
-require('ember-runtime/license');
-
/**
Ember Runtime
| true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/mixins.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/mixins/array');
require('ember-runtime/mixins/comparable');
require('ember-runtime/mixins/copyable'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/mixins/array.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/mixins/enumerable');
/** | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/mixins/comparable.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// Portions ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/core');
/** | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/mixins/copyable.js | @@ -1,11 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// Portions ©2008-2010 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
-
require('ember-runtime/system/string');
/** | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/mixins/enumerable.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
-
/**
@module ember
@submodule ember-runtime | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/mixins/freezable.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// Portions ©2008-2010 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
/**
@module ember
@submodule ember-runtime | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/mixins/mutable_array.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
/**
@module ember
@submodule ember-runtime | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/mixins/mutable_enumerable.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
-
require('ember-runtime/mixins/enumerable');
/** | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/mixins/observable.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
/**
@module ember
@submodule ember-runtime | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/system.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/system/application');
require('ember-runtime/system/array_proxy');
require('ember-runtime/system/object_proxy'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/system/application.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/system/namespace');
/** | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/system/array_proxy.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/mixins/mutable_array');
require('ember-runtime/system/object');
| true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/system/core_object.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
/**
@module ember
@submodule ember-runtime | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/system/each_proxy.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/system/object');
require('ember-runtime/mixins/array');
| true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/system/namespace.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/system/object');
/** | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/system/native_array.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
-
require('ember-runtime/mixins/observable');
require('ember-runtime/mixins/mutable_array');
require('ember-runtime/mixins/copyable'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/system/object.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/mixins/observable');
require('ember-runtime/system/core_object');
require('ember-runtime/system/set'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/system/promise_chain.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/system/object');
/** | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/system/set.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/core');
require('ember-runtime/system/core_object');
require('ember-runtime/mixins/mutable_enumerable'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/lib/system/string.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
/**
@module ember
@submodule ember-runtime | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/controllers/array_controller_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/~tests/suites/mutable_array');
module("ember-runtime/controllers/array_controller_test"); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/core/compare_test.js | @@ -1,8 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Apple Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
/*globals module ok equals same test MyApp */
// test parsing of query string | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/core/copy_test.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module("Ember Copy Method");
test("Ember.copy null", function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/core/empty_test.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module("Ember.empty");
test("Ember.empty", function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/core/error_test.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module("Ember Error Throwing");
test("new Ember.Error displays provided message", function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/core/isArray_test.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module("Ember Type Checking");
test("Ember.isArray" ,function(){ | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/core/isEqual_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
// ========================================================================
// Ember.isEqual Tests
// ======================================================================== | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/core/keys_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
// ========================================================================
// Ember.keys Tests
// ======================================================================== | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/core/none_test.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module("Ember.none");
test("Ember.none", function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/core/type_test.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module("Ember Type Checking");
test("Ember.typeOf", function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/ext/function_test.js | @@ -1,8 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
/*globals testBoth */
require('ember-runtime/~tests/props_helper'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/ext/mixin_test.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
-
module('system/mixin/binding_test');
test('Defining a property ending in Binding should setup binding when applied', function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/legacy_1x/mixins/observable/chained_test.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
/*
NOTE: This test is adapted from the 1.x series of unit tests. The tests
are the same except for places where we intend to break the API we instead | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/legacy_1x/mixins/observable/observable_test.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
/*global Namespace:true DepObj:true*/
var get = Ember.get, set = Ember.set; | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/legacy_1x/mixins/observable/observersForKey_test.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
/*
NOTE: This test is adapted from the 1.x series of unit tests. The tests
are the same except for places where we intend to break the API we instead | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/legacy_1x/mixins/observable/propertyChanges_test.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
/*
NOTE: This test is adapted from the 1.x series of unit tests. The tests
are the same except for places where we intend to break the API we instead | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/legacy_1x/system/binding_test.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
/*global TestNamespace:true*/
/* | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/legacy_1x/system/object/base_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
/*globals TestNamespace:true*/
/* | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/legacy_1x/system/object/bindings_test.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
/*globals TestNamespace:true*/
/* | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/legacy_1x/system/object/concatenated_test.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
/*
NOTE: This test is adapted from the 1.x series of unit tests. The tests
are the same except for places where we intend to break the API we instead | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/legacy_1x/system/run_loop_test.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
/*
NOTE: This test is adapted from the 1.x series of unit tests. The tests
are the same except for places where we intend to break the API we instead | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/legacy_1x/system/set_test.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
// NOTE: This test is adapted from the 1.x series of unit tests. The tests
// are the same except for places where we intend to break the API we instead
// validate that we warn the developer appropriately. | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/mixins/array_test.js | @@ -1,8 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
/*globals testBoth */
require('ember-runtime/~tests/props_helper'); | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/mixins/comparable_test.js | @@ -1,10 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2006-2011 Strobe Inc. and contributors.
-// Portions ©2008-2011 Apple Inc. All rights reserved.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
/*globals module test ok isObj equals expects */
var Rectangle = Ember.Object.extend(Ember.Comparable, { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/mixins/copyable_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/~tests/suites/copyable');
// NOTE: See debug/suites/copyable.js for mosts tests | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/mixins/enumerable_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/~tests/suites/enumerable');
var indexOf = Ember.EnumerableUtils.indexOf; | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/mixins/mutable_array_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/~tests/suites/mutable_array');
/* | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/mixins/mutable_enumerable_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/~tests/suites/mutable_enumerable');
var indexOf = Ember.EnumerableUtils.indexOf; | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/mixins/observable_test.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
module('mixins/observable');
test('should be able to use getProperties to get a POJO of provided keys', function() { | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/suites/array.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/~tests/suites/enumerable');
| true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/suites/array/indexOf.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/~tests/suites/array');
var suite = Ember.ArrayTests; | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/suites/array/lastIndexOf.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/~tests/suites/array');
var suite = Ember.ArrayTests; | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/suites/array/objectAt.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/~tests/suites/array');
var suite = Ember.ArrayTests; | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/suites/copyable.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/~tests/suites/suite');
Ember.CopyableTests = Ember.Suite.extend({ | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/suites/copyable/copy.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/~tests/suites/copyable');
var suite = Ember.CopyableTests; | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/suites/copyable/frozenCopy.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/~tests/suites/copyable');
var suite = Ember.CopyableTests; | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/suites/enumerable.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
var ObserverClass = Ember.Object.extend({
_keysBefore: null, | true |
Other | emberjs | ember.js | b2470d9d824d7251307749cade58593f41760e31.json | Remove duplicate licenses, update copyright year | packages/ember-runtime/tests/suites/enumerable/compact.js | @@ -1,9 +1,3 @@
-// ==========================================================================
-// Project: Ember Runtime
-// Copyright: ©2011 Strobe Inc. and contributors.
-// License: Licensed under MIT license (see license.js)
-// ==========================================================================
-
require('ember-runtime/~tests/suites/enumerable');
var suite = Ember.EnumerableTests; | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.