Skip to content

Commit

Permalink
jshint/jshint#392 was resolved
Browse files Browse the repository at this point in the history
So we don't need this jshint flag anymore.
  • Loading branch information
trek committed Jun 8, 2014
1 parent dc383ea commit f550ca2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/ember-metal/lib/array.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
/*jshint newcap:false*/
/**
@module ember-metal
*/

var ArrayPrototype = Array.prototype;

// NOTE: There is a bug in jshint that doesn't recognize `Object()` without `new`
// as being ok unless both `newcap:false` and not `use strict`.
// https://github.com/jshint/jshint/issues/392

// Testing this is not ideal, but we want to use native functions
// if available, but not to use versions created by libraries like Prototype
var isNativeFunc = function(func) {
Expand Down

0 comments on commit f550ca2

Please sign in to comment.