Remove remaining external shims

This commit is contained in:
Michal Moskal
2016-04-01 22:46:06 -07:00
parent 6559f386d2
commit feb17c5e45
3 changed files with 101 additions and 31 deletions

View File

@ -32,7 +32,7 @@ declare interface String {
/** Returns the length of a String object. */
//% property shim=StringMethods::length
length(): number;
length: number;
}