Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #52 from chrishumboldt/dev-rocket
Browse files Browse the repository at this point in the history
Small fix to Typescript declaration file.
  • Loading branch information
chrishumboldt authored Jul 18, 2017
2 parents 186582a + 8359513 commit 5717565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rocket-tools",
"version": "1.14.3",
"version": "1.14.4",
"description": "The Rocket Tools library is a lightweight set of Javascript methods for quicker and easier development.",
"main": "js/tools.min.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion rocket-tools.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ declare module MRocket {
interface _Dom {
body: any;
element(sel: string);
header: any;
head: any;
html: any;
ratio(sel: string, multiplier: number);
remove(elms: any);
Expand Down

0 comments on commit 5717565

Please sign in to comment.