Skip to content

Commit

Permalink
Fix error in comments
Browse files Browse the repository at this point in the history
The comments were outdated and so that part has been removed.
  • Loading branch information
moosichu committed Nov 29, 2017
1 parent c86d65e commit 5ec4388
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Sources/HaCWebsiteLib/ViewModels/Script.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@ struct UnsafeRawJavaScript {
}

/**
* This class is used in order load front-end scripts from a file relative to the current path for browsing pleasure.
*
* It depends on the build system loading files into the 'Data' folder before running.
*/
This class is used in order load front-end scripts from a file relative to the current path for browsing pleasure.
*/
struct Script : Nodeable {
let file : String
let definitions : [String: JavaScriptable]
Expand Down

0 comments on commit 5ec4388

Please sign in to comment.